Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-k8s

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-k8s

K8s dictionary for cspell.

  • 1.0.9
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created

What is @cspell/dict-k8s?

@cspell/dict-k8s is a dictionary extension for the CSpell spell checker that includes Kubernetes-related terms. It helps developers working with Kubernetes by providing a comprehensive list of Kubernetes-specific words, ensuring that these terms are not flagged as spelling errors.

What are @cspell/dict-k8s's main functionalities?

Kubernetes Dictionary Integration

This feature integrates the Kubernetes dictionary into the CSpell spell checker configuration. By adding 'k8s' to the dictionaries array, CSpell will recognize and not flag Kubernetes-specific terms as spelling errors.

{
  "dictionaries": ["k8s"]
}

Custom Dictionary Path

This feature allows users to specify a custom path for the Kubernetes dictionary file. This can be useful if the dictionary file is located in a different directory or if multiple dictionary files are being used.

{
  "dictionaryDefinitions": [
    { "name": "k8s", "path": "@cspell/dict-k8s/k8s.txt" }
  ],
  "dictionaries": ["k8s"]
}

Other packages similar to @cspell/dict-k8s

Keywords

FAQs

Package last updated on 11 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc